home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / core / FontAsset.as < prev    next >
Text File  |  2009-02-12  |  323b  |  19 lines

  1. package mx.core
  2. {
  3.    import flash.text.Font;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public class FontAsset extends Font implements IFlexAsset
  8.    {
  9.       
  10.       mx_internal static const VERSION:String = "3.0.0.0";
  11.        
  12.       
  13.       public function FontAsset()
  14.       {
  15.          super();
  16.       }
  17.    }
  18. }
  19.